home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / tests / pdevtest / test.feb16 / Doit.w < prev    next >
Text File  |  1989-02-16  |  167b  |  10 lines

  1. #!/sprite/cmds/csh -f
  2.  
  3. echo "$1 Bytes (sync)"
  4. foreach rep (1 2 3 4 5)
  5.     pdevtest -M 1 $2 >& /dev/null &
  6.     sleep 1
  7.     pdevtest -S -n 1000 -w -d $1
  8.     sleep 2
  9. end
  10.